home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ELEMENTS / DNRTRPEZ.OPD < prev    next >
Encoding:
Text File  |  1996-03-02  |  817 b   |  39 lines

  1. #[document 40.6 144.8 170.4 210.95
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(43.75,196.65);
  16. l(50.35,159.35);
  17. l(151.70,148.05);
  18. l(164.65,206.60);
  19. l(43.75,196.65);
  20. close_edge();
  21. p=path();
  22. gc_draw_style(oe);
  23. gc_color(98.28,-10.22,32.75);
  24. s[0]=draw(p);
  25. m(40.60,198.95);
  26. l(47.00,156.70);
  27. l(153.80,144.80);
  28. l(170.40,210.95);
  29. l(40.60,198.95);
  30. close_edge();
  31. p=path();
  32. gc_color(86.73,-5.30,-20.37);
  33. s[1]=draw(p);
  34. s[0]over=s[1];
  35. page:=s[0];
  36. s=NULL;
  37. #]page
  38. #]document
  39.